Debugger Updates:
 v7
  19.10.2022 - 23.10.2022
  Author by Mr2
  *The ability to edit text in the log window is added.
  *The detection of unknown instruction is added.

 v6
  9.09.2022 - 13.10.2022
  Author by Mr2
  *The choice of comparison operations for read/write breakpoints is added.
  *The choice of comparison operations for register value breakpoint is added.
  *The input address of show\jump instruction is corrected.
  *Using RAM dump with save state is added.
  *The debugger options window is added.

 v5
  22.07.2022
  Author by Mr2
  *Pseudo instruction is added to disassemler.
  *Clear PC is fixed.
  *Clear REG is fixed.
  *Maximize button is removed from icon menu.

 v4:
 16.05.2022
 Author by Mr2
  * Reading memory from address: 80000000, is fixed.
  * Debugger GUI refactoring.

 v3:
 11.04.2022 - 3.05.2022
 Author by Mr2
  * Debugger code refactoring.
  * Breakpoints value 0xFFFFFFFF is unlocked.(previously used as error code for user input)
  * Breakpoints of read/write address range is added.
  * Breakpoint of writing exact value is added.
  * Getting the memory address, by window coordinates is added.
  * Getting the register value, by his name is added.
  * Getting the memory address, by left mouse button click on a column number, is added.
  * Getting the instruction address from the window, by left mouse button double click, is added.
  * Getting the register data from the window, by left mouse button double click, is added.
  * Auto calculation of patching data size, is added.
  * Getting the data from memory, by pushing buttons: 1 byte, 2 byte, 4 byte, is added.
  * Switching the memory window to ASCII mode, by left mouse button double click, is added.
  * "Clear Log" button is added.
  * "Open Dump" button is added.
  * "Get" button is added to the "Mem Patch" section.
  * Close debugger button is added.
  * Close debugger window by left mouse button double click, is added.
  * "Step in" by middle mouse button click is added.
  * Out of fullscreen by the double click on window header, is added.
  * Data highlighting in memory window is added.
  * Moving the debugger window by the any area is added.

  * Emu config parameter "Configuration->CPU->Enable Interpreter Cpu and Debugger" is set true by default.
  * Starting the emu window in the center of the screen is added.
  * Fullscreen button is added in to the emu window.
  * Emu logo is added in to the main window.

 Author by HoRRoR
  * "GPU Data log" breakpoint is added.
  * "GPU Control log" breakpoint is added.
  * LBA range for "On sector" breakpoint is added. 